PDFCCurveToOperator Constructor(double,double,double,double,double,double)
In This Topic
Initializes a new Object.
Syntax
public PDFCCurveToOperator(
double ,
double ,
double ,
double ,
double ,
double
)
|
Parameters
- x1
- The X coordinate of the first control point.
- y1
- The Y coordinate of the first control point.
- x2
- The X coordinate of the second control point.
- y2
- The Y coordinate of the second control point.
- x3
- The X coordinate of the third control point.
- y3
- The Y coordinate of the third control point.
See Also